home *** CD-ROM | disk | FTP | other *** search
/ Pro One: Netcracker Netscape Navigator / ProOne: Netcracker Netscape Navigator.iso / pc / nc / nct02120.geo / 00166.ls < prev    next >
Encoding:
Text File  |  1997-03-19  |  382 b   |  16 lines

  1. on exitFrame
  2.   global Localtimer
  3.   checkScreenStatus()
  4.   if (the timer > 35) and not soundBusy(2) and (Localtimer < 2) then
  5.     startTimer()
  6.     if the visible of sprite 18 then
  7.       set the visible of sprite 18 to 0
  8.     else
  9.       set the visible of sprite 18 to 1
  10.       puppetSound("highlight1")
  11.       updateStage()
  12.       set Localtimer to Localtimer + 1
  13.     end if
  14.   end if
  15. end
  16.